Home > biomechZoo > Toolbox > Biomech Ops > bmech_reversepol.m

bmech_reversepol

PURPOSE ^

BMECH_REVERSEPOL(fld,ch) batch process polarity reversing for a given channel and

SYNOPSIS ^

function bmech_reversepol(fld,ch)

DESCRIPTION ^

 BMECH_REVERSEPOL(fld,ch) batch process polarity reversing for a given channel and
 accompanying event if available

 ARGUMENTS
  fld      ...  Folder of data to operate on
  ch       ...  Channels to reverse as cell array of strings

 Example
 fld = 'c:/my documents'
 ch = {'Fz1','Fz2'}
 bmech_reversepol(fld,ch) reverses the polarity of the the channels Fz1
 and Fz2 in all files contained within the folder 'c:/my documents'

 Notes
 - event of type range of motion ('rom') will not be changed

 See also reversepol_data, reversepol_line

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005